home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / nt / emacssrc.zip / EMACSSRC.TAR / emacs-19.17 / src / ntinevt_p.h < prev    next >
C/C++ Source or Header  |  1993-10-08  |  491b  |  14 lines

  1. #ifndef __NTINEVT_P_H__
  2. #define __NTINEVT_P_H__
  3.  
  4. int Win32ReadSocket _P_((int sd, struct input_event *bufp, int numchars,
  5.                          int waitp, int expected));
  6. void Win32MousePosition _P_((FRAME_PTR *f,
  7.                              Lisp_Object *bar_window,
  8.                              enum scroll_bar_part *part,
  9.                              Lisp_Object *x,
  10.                              Lisp_Object *y,
  11.                              unsigned long *time));
  12.  
  13. #endif
  14.